Merged
Conversation
Contributor
|
A wrangler prerelease is available for testing. You can install this latest build in your project with: npm install --save-dev https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/13979045388/npm-package-wrangler-8571You can reference the automatically updated head of this PR with: npm install --save-dev https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/prs/8571/npm-package-wrangler-8571Or you can use npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/13979045388/npm-package-wrangler-8571 dev path/to/script.jsAdditional artifacts:cloudflare-workers-bindings-extension: wget https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/13979045388/npm-package-cloudflare-workers-bindings-extension-8571 -O ./cloudflare-workers-bindings-extension.0.0.0-v4f487826e.vsix && code --install-extension ./cloudflare-workers-bindings-extension.0.0.0-v4f487826e.vsixcreate-cloudflare: npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/13979045388/npm-package-create-cloudflare-8571 --no-auto-update@cloudflare/kv-asset-handler: npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/13979045388/npm-package-cloudflare-kv-asset-handler-8571miniflare: npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/13979045388/npm-package-miniflare-8571@cloudflare/pages-shared: npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/13979045388/npm-package-cloudflare-pages-shared-8571@cloudflare/unenv-preset: npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/13979045388/npm-package-cloudflare-unenv-preset-8571@cloudflare/vite-plugin: npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/13979045388/npm-package-cloudflare-vite-plugin-8571@cloudflare/vitest-pool-workers: npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/13979045388/npm-package-cloudflare-vitest-pool-workers-8571@cloudflare/workers-editor-shared: npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/13979045388/npm-package-cloudflare-workers-editor-shared-8571@cloudflare/workers-shared: npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/13979045388/npm-package-cloudflare-workers-shared-8571@cloudflare/workflows-shared: npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/13979045388/npm-package-cloudflare-workflows-shared-8571Note that these links will no longer work once the GitHub Actions artifact expires.
Please ensure constraints are pinned, and |
6497266 to
b2a6d6d
Compare
b93dea9 to
5cf88e1
Compare
e864584 to
2b4ae7a
Compare
2b4ae7a to
b6120f9
Compare
lrapoport-cf
approved these changes
Mar 20, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
create-cloudflare@2.42.0
Minor Changes
31332caThanks @joshthoward! - Update the C3 Durable Objects example to use SQLitePatch Changes
#8593
36ae02cThanks @emily-shen! - Graduate Hono + Workers assets template from experimental.You will no longer need to include the --experimental flag to access this template.
Also creates a hono template that uses the cloudflare-pages adapter.
#8402
03ec951Thanks @emily-shen! - graduate Astro Workers + Assets template from experimentalYou no longer need to pass in --experimental to access the Workers + Assets version of the template.
#8552
0fe3260Thanks @emily-shen! - Graduate remix Workers + Assets template from experimentalYou will no longer need to pass in the
--experimentalflag to access this template.#8574
9b86dbaThanks @emily-shen! - Graduate sveltekit + workers assets template from experimentalYou no longer need to pass in the --experimental flag to access this template.
miniflare@4.20250319.0
Minor Changes
9adbd50Thanks @knickish! - Enable the creation of MySQL Hypedrive configs via the Wrangler CLI.Patch Changes
#8591
dae7bd4Thanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
#8376
a25f060Thanks @CarmenPopoviciu! - feat: Make local dev RPC behaviour on par with production for Workers with assets@cloudflare/unenv-preset@2.3.0
Minor Changes
a7bd79bThanks @vicb! - Use the native implementation of crypto APIs@cloudflare/workers-shared@0.17.0
Minor Changes
#8443
3b1d081Thanks @GregBrimble! - Requests with aSec-Fetch-Mode: navigateheader, made to a project withsec_fetch_mode_navigate_header_prefers_asset_servingcompatibility flag, will be routed to the asset-worker rather than a user Worker when no exact asset match is found.Requests without that header will continue to be routed to the user Worker when no exact asset match is found.
wrangler@4.3.0
Minor Changes
#8258
9adbd50Thanks @knickish! - Enable the creation of MySQL Hypedrive configs via the Wrangler CLI.#8353
c4fa349Thanks @jbwcloudflare! - Add new command to purge a QueueThis new command can be used to delete all existing messages in a Queue
#8461
86ab0caThanks @GregBrimble! - Add a 'allowTrailingCommas: true' option to improve IDE experience of 'wrangler.jsonc?'#8550
5ae12a9Thanks @vicb! - Bump@cloudflare/unenv-presetto 2.2.0Use the workerd native implementation for
node:tlsPatch Changes
#8501
383dc0aThanks @GregBrimble! - Add support forassets_navigation_prefers_asset_servingcompatibility flag inwrangler dev#8562
8278db5Thanks @IRCody! - Add initial containers subcommand to wrangler.#8376
a25f060Thanks @CarmenPopoviciu! - feat: Make local dev RPC behaviour on par with production for Workers with assets#8534
62d5471Thanks @petebacondarwin! - improve the error messaging when the user provides neither an entry point nor an asset directory#8528
2a43cdcThanks @cmackenzie1! - Support wrangler types for Pipelines#8579
29015e5Thanks @cmackenzie1! - Allowwrangler pipelines update <pipelineName> --transform-worker noneto remove transformations from a Pipeline.Updated dependencies [
9adbd50,dae7bd4,a25f060,a7bd79b]:@cloudflare/pages-shared@0.13.17
Patch Changes
3b1d081,9adbd50,dae7bd4,a25f060]:@cloudflare/vite-plugin@0.1.14
Patch Changes
#8365
f3db430Thanks @petebacondarwin! - update vite-plugin to use the latest unenv-preset#8489
37adc1dThanks @dario-piotrowicz! - fix: make sureprocess.envis populated when thenodejs_compat_populate_process_envflag is set#8587
18fa891Thanks @jamesopstad! - Add support for.wasm?initextension to load WebAssembly as documented by Vite (https://vite.dev/guide/features.html#webassembly).#8441
257e7f9Thanks @dario-piotrowicz! - addinspectorPortoption to plugin configadd an
inspectorPortoption that allows developers to start a devTools inspector server to debug their workers (defaulting to9229)#8545
aadb49cThanks @jamesopstad! - Makeassetsfield optional in the Worker config when using assets. At build time, assets are included if there is a client build.#8441
257e7f9Thanks @dario-piotrowicz! - add/__debugpath for better debuggingadd a new
/__debugpath that users can navigate to in order to debug their workers#8387
dbbeb23Thanks @jamesopstad! - Support Text and Data module types.Text modules can be imported with a
.txtor.htmlextension while Data modules can be imported with a.binextension.This expands on the existing support for WebAssembly modules, which can now be imported with
.wasmor.wasm?moduleextensions.Custom rules are not supported.
More info on including non-JavaScript modules can be found here.
Updated dependencies [
9adbd50,dae7bd4,383dc0a,c4fa349,8278db5,86ab0ca,a25f060,a7bd79b,62d5471,2a43cdc,5ae12a9,29015e5]:@cloudflare/vitest-pool-workers@0.8.3
Patch Changes
9adbd50,dae7bd4,383dc0a,c4fa349,8278db5,86ab0ca,a25f060,62d5471,2a43cdc,5ae12a9,29015e5]: